home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
nopaz
/
execute_me
next >
Wrap
Text File
|
1992-06-17
|
812b
|
23 lines
; Ah, good, you're reading the file before executing it.
; This simply creates a fonts directory, and renames the font files
; appropriately, making them easy to copy to your FONTS: directory.
ask "Did you look at this batch file before running it?"
if NOT WARN
echo "Go look at it first. It might be erasing your hard disk."
quit
endif
echo noline "Good. Making some directories..."
MakeDir fonts
MakeDir fonts/DarkParticle
echo noline "Doing some renames..."
rename DarkParticle.font fonts/DarkParticle.font
rename DarkParticle_8 fonts/DarkParticle/8
rename DakrParticle_9 fonts/DarkParticle/9
echo "*N*NFinished. You many now copy the newly created 'fonts' directory"
echo "en masse to your FONTS: directory. The following command will do"
echo "this for you nicely:"
echo "*N Copy fonts FONTS: all"